Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
atan2
atan2
Arctangle of two parameters
Name:
atan2
Category:
math
Programming Language:
php
One-line Description:
Arctangent of two parameters.
Related
How to Properly Handle Negative Angles When Using the PHP atan2 Function
3
Is the Value Returned by the atan2 Function in Standard Radians? How to Convert to Degrees in PHP?
7
Similar Functions
pow
pow
Exponentialexpressio
tanh
tanh
Hyperbolictangent
asin
asin
Ancientsine
pi
pi
Getthepivalue
octdec
octdec
Convertoctaltodecima
is_nan
is_nan
Determinewhetheritis
dechex
dechex
Convertdecimaltohexa
srand
srand
Sowtherandomnumberge
Popular Articles
Is the Value Returned by the atan2 Function in Standard Radians? How to Convert to Degrees in PHP?
How to Properly Handle Negative Angles When Using the PHP atan2 Function